github.com/golang/mock/gomock.Controller.mu (field)

7 uses

	github.com/golang/mock/gomock (current package)
		controller.go#L117: 	mu            sync.Mutex
		controller.go#L208: 	ctrl.mu.Lock()
		controller.go#L209: 	defer ctrl.mu.Unlock()
		controller.go#L222: 		ctrl.mu.Lock()
		controller.go#L223: 		defer ctrl.mu.Unlock()
		controller.go#L275: 	ctrl.mu.Lock()
		controller.go#L276: 	defer ctrl.mu.Unlock()